CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - life game

搜索资源列表

  1. life

    0下载:
  2. This game represents well known simple game LIFE.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1401
    • 提供者:tmoe
  1. Game

    0下载:
  2. 几个简单算法、循环、判断语写的小游戏。 猜数字、猜大小、猜拳、21点、人品计算器、你的前世 。-A few simple algorithm, cycle, write the judge a small game. Number guessing, guess the size of the finger-guessing game, 21 points, character calculator, your past life.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:2390
    • 提供者:曾麒
  1. game-of-life

    0下载:
  2. Game of Life was created in Dev C++ (GUI). It is a cellular automaton , and was invented by Cambridge mathematician John Conway. THE RULES For a space that is populated : Each cell with one or no neighbors dies, as if by loneliness. Each cell with fo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:19147
    • 提供者:space21
  1. GayteOfkgfdife1_0

    0下载:
  2. 一个Game Of Life 的并行程序源码在MPI的下设计的C语言程序源码。-A Game Of Life MPI parallel program source code in the next C-language program source code.
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1812
    • 提供者:
  1. life

    0下载:
  2. 一个用C++编写的小游戏,主要目的是用于熟悉C++的编程结构。-Written in C++ a little game, mainly intended for familiar C++ programming structure.
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:674302
    • 提供者:ouy
  1. MemRepair

    0下载:
  2. 一个用VC实现的修改进程内存的小程序源代码。可以修改游戏内存的值,从而改变金钱、生命值。类似游戏内存修改器-A modification with VC process memory applet source code. You can modify the game memory value, thus changing the money, the value of life. Game-like memory modifier
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:54299
    • 提供者:wufan
  1. Game

    0下载:
  2. 智慧经典.[美]伊万·莫斯科维奇.生命的游戏:出人意料的几何趣题非常有趣味的一本书,不看白不看-Classical wisdom. [U.S.] Ivan Moscovici. The game of life: the unexpected geometric interesting question is interesting in a book, does not look white does not look
  3. 所属分类:Other Games

    • 发布日期:2017-06-22
    • 文件大小:39620608
    • 提供者:周松桂
  1. a

    0下载:
  2. 生命游戏是在DOS环境下编写的,如果你的格子被别人占用,你就输了。-Life game is in the DOS environment, if your all of the squares will be filled, you lose.
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:1777
    • 提供者:韩笑
  1. life

    0下载:
  2. :元胞自动机不仅是理论计算机科学领域的一个重要的计算模型,而且可视为一无限维的离散动力系统,被广泛应用于 自然科学和社会科学各领域的复杂性的研究中,是一个重要的研究方法和工具。该文以Matlab 为开发工具,开发了元胞自 动机的可视模型,为其在各个领域的复杂性研究提供了一个简易、可行的计算机仿真工具-MATLAB s version of Conway s Game of Life. "Life" is a cellular automaton invented by John
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2202
    • 提供者:zhangziliang
  1. LifeGame

    0下载:
  2. Mathematica 生命的游戏 细胞增长算法的实现-Mathematica life game cell growth algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:45459
    • 提供者:riche
  1. game-of-life

    1下载:
  2. 基于易语言的 GAME OF LIFE 采用易语言 标签数组 实现 -Achieved based on the the easy language' s GAME OF LIFE easy array of language tags
  3. 所属分类:ELanguage

    • 发布日期:2017-03-27
    • 文件大小:7246
    • 提供者:QGB
  1. Chinese-chess-game-source-code

    0下载:
  2. 象棋最突出的特点是采用了兵战形式,由双方互相攻守,这是古代战斗生活的一种形象反映,也是我国古代兵战和兵种名称所留下的宝贵"史料"。-Chess most prominent feature is the use of the form of soldiers, war, by mutual offensive and defensive, which is an image of the ancient battle of life reflected in warfare and arms n
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-15
    • 文件大小:554183
    • 提供者:啾啾
  1. life.tar

    0下载:
  2. Conway s Game of Life implementation in C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:2088
    • 提供者:rusty
  1. lafegame

    0下载:
  2. 一个用VC++6.0写的生命游戏小程序.-A use VC6 write life game small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:392776
    • 提供者:yangjianguo
  1. game-of-life

    0下载:
  2. 说明生命游戏(game of life)为1970年由英国数学家J. H. Conway所提出,某一细胞的邻居包 括上、下、左、右、左上、左下、右上与右下相邻之细胞,游戏规则如下: 孤单死亡:如果细胞的邻居小于一个,则该细胞在下一次状态将死亡。此为c语言实现的算法。-Algorithm Gossip is a classic arithmetic program,which you should have a good look.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-04
    • 文件大小:1525
    • 提供者:zhang
  1. CellularAutomata

    0下载:
  2. 使用QT实现的二维元胞自动机的人工生命游戏-QT achieve two-dimensional cellular automata, artificial life game
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:71913
    • 提供者:阡陌秋寒
  1. Cellular-Automata-in-Matlab

    1下载:
  2. 元胞自动机与MATLAB。元胞自动机已被应用于物理模拟,生物模拟等领域。文档中包含Conway的生命游戏机、表面张力、渗流集群、激发介质、森林火灾、气体动力学、扩散限制聚集、砂堆规则的详细原理解释和完整MATLAB代码-Cellular Automata Machine with MATLAB. Cellular automata have been used in the field of physical simulation, biological simulation. Document
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-04
    • 文件大小:230774
    • 提供者:Binjie Liao
  1. LifeGame1.3

    0下载:
  2. 著名的生命游戏,使用C#语言编写,供初学者参考及学习。-it is a program about life game, using C#
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:43468
    • 提供者:赵成强
  1. Jeu-De-La-Vie

    0下载:
  2. LIFE GAME Go fullscreen window Use mouse to move and zoom Use arrows and space to place dots Use tab to play or pause Use F1, F2, F3... to draw figure enjoy c++ http://en.wikipedia.org/wiki/Conway s_Game_of_Lif
  3. 所属分类:Other Games

    • 发布日期:2017-11-05
    • 文件大小:6394862
    • 提供者:bawzz
  1. Java-game

    0下载:
  2. 小游戏的普及是我们生活丰富多彩,扫雷游戏大多数人都玩过,那么看看它的开发原理吧-The popularity of games our life colorful, most people have played minesweeper game, then look at its development principle of it
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:14653
    • 提供者:霍文敏
« 1 2 3 45 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com